home *** CD-ROM | disk | FTP | other *** search
- /*
- File: DdgDefs.h
- (should be called DlgDefs.h, but it's too expensive to change it now.)
-
- Contains: Common .r defines for Dialogs library resources
-
- Owned by: Eric House
-
- Copyright: © 1996 by Apple Computer, Inc., all rights reserved.
-
- Change History (most recent first):
-
- <5> 10/4/96 CSL 1334277: Added AboutBox resource IDs
- <4> 9/12/96 eeh 1386008: weak link against appleguidelib
- <3> 9/11/96 eeh 1386008: AG fix for 68K
- <2> 9/10/96 eeh 1386008: AppleGuide support (incomplete)
- <0> 6/7/96 eeh first checked in
-
- To Do:
- In Progress:
- */
-
- #ifndef _DLGDEFS_
- #define _DLGDEFS_
-
- #define kQuestionMarkicsID 130
- #define kAppleGuideButton 500
-
- #define kAGControlWidth 16
-
- #define kAGButtonCDEFId 11
-
- // until we figure out how to link to AppleGuide on 68K, we just turn
- // it off. (It's on now.)
- #define _APPLEGUIDE_READY_
-
- #define kODDialogRsrcBase 300 // same as imaging should be fine for Dialogs lib,
- // as imaging has no dialogs or other resources
- // likely to be moved here
-
- #define kODShellGuideFilenameStrings (kODDialogRsrcBase+0)
- #define kODShellGuideFolderNameIndex 1
- #define kODShellGuideFileNameIndex 2
-
- #define kODShellGuideSearchIndices (kODDialogRsrcBase+1)
- #define kODShellGuideStringIndexPartFrame 1
- #define kODShellGuideStringIndexDocument 2
- #define kODShellGuideStringIndexMainDraft 3
- #define kODShellGuideStringIndexDraftCreate 4
- #define kODShellGuideStringIndexPasteAs 5
- #define kODShellGuideStringIndexLinkSource 6
- #define kODShellGuideStringIndexLinkDest 7
- #define kODShellGuideStringIndexSize 8
-
-
- // About Box defines
-
- #define kODDlgAboutBoxDLOGID (kODDialogRsrcBase + 2)
- #define kODDlgAboutBoxDefaultPICTID (kODDialogRsrcBase + 3)
- #define kODDlgAboutBoxBWPICTID (kODDialogRsrcBase + 4)
- #define kODDlgAboutBox16GrayPICTID (kODDialogRsrcBase + 5)
- #define kODDlgAboutBoxBestPICTID (kODDialogRsrcBase + 6)
-
-
- #endif
-